home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Browsers, Managers & Extensions / CookieSwap 0.5 / cookieswap-0.5.0-fx.xpi / defaults / preferences / cookieSwap.js
Text File  |  2007-07-22  |  4KB  |  46 lines

  1. // *****************************************************************************
  2. // *                          cookieSwap.js                                    *
  3. // * This file contains the default values for the CookieSwap preferences      *
  4. // *                                                                           *
  5. // ************************** Coding Standards *********************************
  6. // *  gMyVariable     - global variable (starts with "g", then mixed case)     *
  7. // *  myVariable      - variables passed into functions                        *
  8. // *  my_variable     - local variable inside of a function                    *
  9. // *  this.myVariable - class attributes/variable (mixed case & always         *
  10. // *                    referenced with "this.")                               *
  11. // *  MyFunction      - functions are always mixed case                        *
  12. // *  MY_CONSTANT     - constants are all caps with underscores                *
  13. // *                                                                           *
  14. // *************************** Revision History ********************************
  15. // *  Name       Date       BugzID  Action                                     *
  16. // *  ---------  ---------  -----   ------                                     *
  17. // *  SteveTine  25Jan2007  Trac4   Initial Creation                           *
  18. // *  SteveTine  31Jan2007  Trac4   Removed in favor of using an icon          *
  19. // *                                                                           *
  20. // ************************* BEGIN LICENSE BLOCK *******************************
  21. // * Version: MPL 1.1                                                          *
  22. // *                                                                           *
  23. // *The contents of this file are subject to the Mozilla Public License Version*
  24. // * 1.1 (the "License"); you may not use this file except in compliance with  *
  25. // * the License. You may obtain a copy of the License at                      *
  26. // * http://www.mozilla.org/MPL/                                               *
  27. // *                                                                           *
  28. // * Software distributed under the License is distributed on an "AS IS" basis,*
  29. // * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License  *
  30. // * for the specific language governing rights and limitations under the      *
  31. // * License.                                                                  *
  32. // *                                                                           *
  33. // * The Original Code is the CookieSwap Mozilla/Firefox Extension             *
  34. // *                                                                           *
  35. // * The Initial Developer of the Original Code is                             *
  36. // * Steven Tine.                                                              *
  37. // * Portions created by the Initial Developer are Copyright (C) 2006          *
  38. // * the Initial Developer. All Rights Reserved.                               *
  39. // *                                                                           *
  40. // * Contributor(s): Steven Tine                                               *
  41. // *                                                                           *
  42. // **************************END LICENSE BLOCK**********************************
  43.  
  44. //To modify this pref after install access "about:config" (GUI to come)
  45. //pref("extensions.cookieswap.statusBarPreface", "CookieSwap");
  46.